home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-04-29 | 61.1 KB | 2,374 lines |
- object frmNewOptions: TfrmNewOptions
- Left = 31
- Top = 204
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Preferences'
- ClientHeight = 367
- ClientWidth = 556
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label21: TLabel
- Left = 10
- Top = 6
- Width = 68
- Height = 16
- Caption = 'Directories'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object pageOptions: TPageControl
- Left = 161
- Top = -2
- Width = 396
- Height = 334
- ActivePage = tabCodeCompletion
- MultiLine = True
- TabHeight = 1
- TabOrder = 0
- TabStop = False
- object tabPreferences: TTabSheet
- Caption = 'Preferences'
- TabVisible = False
- object Label29: TLabel
- Left = 5
- Top = 23
- Width = 375
- Height = 30
- AutoSize = False
- Caption =
- 'These options set the overall preferences for HotDog. Click on ' +
- 'the items in the tree on the left to acess options for more spec' +
- 'ific aspects of the program.'
- WordWrap = True
- end
- object GradPanel10: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label42: TLabel
- Left = 8
- Top = 5
- Width = 43
- Height = 14
- Caption = 'General'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object GroupBox2: TGroupBox
- Left = 4
- Top = 70
- Width = 380
- Height = 242
- TabOrder = 0
- object Label12: TLabel
- Left = 160
- Top = 81
- Width = 37
- Height = 13
- Caption = '&minutes'
- FocusControl = txtSaveRate
- end
- object Label45: TLabel
- Left = 26
- Top = 114
- Width = 76
- Height = 13
- Caption = '&Undo / Redo to '
- end
- object Label46: TLabel
- Left = 160
- Top = 114
- Width = 62
- Height = 13
- Caption = 'level(s) deep'
- end
- object chkSplash: TCheckBox
- Left = 249
- Top = 63
- Width = 65
- Height = 16
- Caption = 'Skip &Animation while loading'
- TabOrder = 10
- Visible = False
- end
- object chkPreText: TCheckBox
- Left = 248
- Top = 47
- Width = 47
- Height = 17
- Caption = 'Insert &Text as Preformatted <PRE>'
- TabOrder = 1
- Visible = False
- end
- object chkCurrDir: TCheckBox
- Left = 6
- Top = 193
- Width = 183
- Height = 17
- Caption = 'File Dialogs Use Current &Directory'
- TabOrder = 0
- end
- object chkAutoSave: TCheckBox
- Left = 6
- Top = 81
- Width = 97
- Height = 17
- Caption = 'Auto&Save every'
- TabOrder = 2
- OnClick = chkAutoSaveClick
- end
- object txtSaveRate: TSpinEdit
- Left = 105
- Top = 77
- Width = 49
- Height = 22
- MaxValue = 30
- MinValue = 1
- TabOrder = 3
- Value = 1
- end
- object chkBackup: TCheckBox
- Left = 6
- Top = 140
- Width = 117
- Height = 17
- Caption = 'Create Backup &Files'
- TabOrder = 5
- end
- object chkBrowserRefresh: TCheckBox
- Left = 6
- Top = 166
- Width = 235
- Height = 17
- Caption = 'Refresh external &Browser Preview on save'
- TabOrder = 6
- end
- object txtUndoLevel: TSpinEdit
- Left = 105
- Top = 110
- Width = 49
- Height = 22
- MaxValue = 300
- MinValue = 1
- TabOrder = 4
- Value = 10
- OnChange = txtUndoLevelChange
- end
- object chkNewDoc: TCheckBox
- Left = 6
- Top = 31
- Width = 191
- Height = 17
- Caption = 'Open &New Document on Startup'
- TabOrder = 7
- end
- object chkRestoreSession: TCheckBox
- Left = 6
- Top = 53
- Width = 173
- Height = 17
- Caption = '&Restore last Session on Startup'
- TabOrder = 9
- end
- object chkDialog: TCheckBox
- Left = 6
- Top = 219
- Width = 240
- Height = 18
- Caption = 'File Dialogs with a File Preview Window'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 8
- end
- object chkClipboard: TCheckBox
- Left = 250
- Top = 76
- Width = 127
- Height = 17
- Caption = 'Multiline Clipboard contents saved between sessions'
- TabOrder = 11
- Visible = False
- end
- object chkMultiDog: TCheckBox
- Left = 6
- Top = 10
- Width = 371
- Height = 17
- Caption =
- 'Only allow one instance of HotDog to be run at one time (/m to o' +
- 'verride) '
- TabOrder = 12
- end
- end
- end
- object tabFileTypes: TTabSheet
- Caption = 'Editing'
- TabVisible = False
- object Label36: TLabel
- Left = 5
- Top = 23
- Width = 378
- Height = 29
- AutoSize = False
- Caption =
- 'These options set which files you are able to edit in HotDog and' +
- ' which type of files to save to.'
- WordWrap = True
- end
- object GradPanel11: TGradPanel
- Left = 3
- Top = 4
- Width = 378
- Height = 15
- end
- object Label43: TLabel
- Left = 8
- Top = 5
- Width = 150
- Height = 14
- Caption = 'Editing Window - File Types'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object GroupBox6: TGroupBox
- Left = 3
- Top = 70
- Width = 380
- Height = 239
- TabOrder = 0
- object Label11: TLabel
- Left = 15
- Top = 16
- Width = 143
- Height = 13
- Caption = 'Default &Document Extension :'
- FocusControl = txtDocExt
- end
- object lblExt: TLabel
- Left = 15
- Top = 109
- Width = 312
- Height = 13
- Caption =
- 'You will be able to edit any files with these extensions in HotD' +
- 'og.'
- end
- object Label18: TLabel
- Left = 15
- Top = 81
- Width = 126
- Height = 13
- Caption = 'Default &Backup Extension:'
- FocusControl = txtBackExt
- end
- object Label54: TLabel
- Left = 15
- Top = 37
- Width = 192
- Height = 26
- Caption =
- '(Applied when "HTML Files" extension is Selected and using Previ' +
- 'ew Dialog)'
- WordWrap = True
- end
- object txtDocExt: TEdit
- Left = 161
- Top = 11
- Width = 71
- Height = 21
- TabOrder = 0
- end
- object butAddExt: TButton
- Left = 161
- Top = 131
- Width = 75
- Height = 25
- HelpContext = 430
- Caption = '&Add'
- TabOrder = 3
- OnClick = butAddExtClick
- end
- object butRemoveExt: TButton
- Left = 161
- Top = 160
- Width = 75
- Height = 25
- HelpContext = 430
- Caption = '&Remove'
- TabOrder = 4
- OnClick = butRemoveExtClick
- end
- object lstExtensions: TListBox
- Left = 15
- Top = 131
- Width = 140
- Height = 97
- ItemHeight = 13
- TabOrder = 2
- end
- object txtBackExt: TEdit
- Left = 162
- Top = 76
- Width = 71
- Height = 21
- TabOrder = 1
- end
- end
- end
- object tabAppearance: TTabSheet
- Caption = 'Display'
- TabVisible = False
- object Label34: TLabel
- Left = 5
- Top = 23
- Width = 369
- Height = 20
- AutoSize = False
- Caption =
- 'These options set how text will appear in the document editing w' +
- 'indow.'
- WordWrap = True
- end
- object GradPanel12: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label44: TLabel
- Left = 8
- Top = 5
- Width = 160
- Height = 14
- Caption = 'Editing Window - Appearance'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label35: TLabel
- Left = 5
- Top = 39
- Width = 379
- Height = 29
- AutoSize = False
- Caption =
- 'Note : Use the HTML Tags Manager to change the color of of your ' +
- 'text including individual tag coloring.'
- WordWrap = True
- end
- object GroupBox16: TGroupBox
- Left = 3
- Top = 144
- Width = 380
- Height = 167
- Caption = 'Sample'
- TabOrder = 1
- object htmlAppearance: THTMLEditView
- Left = 6
- Top = 18
- Width = 366
- Height = 141
- ParentColor = False
- TabOrder = 0
- ControlData = {
- 00000100D4250000930E0000E10000000F0000800000010100000352E30B918F
- CE119DE300AA004BB851010000009001905F0100084669786564737973FF0003
- 52E30B918FCE119DE300AA004BB851010000009001C0D401000F54696D657320
- 4E657720526F6D616EEA0A4B02000005000A0048EC48EC48EC48EC0004000003}
- end
- end
- object GroupBox3: TGroupBox
- Left = 3
- Top = 70
- Width = 380
- Height = 73
- Caption = 'Attributes'
- TabOrder = 0
- object Label1: TLabel
- Left = 13
- Top = 23
- Width = 30
- Height = 13
- AutoSize = False
- Caption = '&Font :'
- FocusControl = cmbFontName
- end
- object Label3: TLabel
- Left = 234
- Top = 23
- Width = 31
- Height = 13
- AutoSize = False
- Caption = '&Size :'
- FocusControl = cmbFontSize
- end
- object Label2: TLabel
- Left = 138
- Top = 53
- Width = 60
- Height = 13
- Caption = 'Text Color : '
- end
- object Label56: TLabel
- Left = 232
- Top = 51
- Width = 94
- Height = 13
- Caption = 'Background Color : '
- end
- object cmbFontName: TComboBox
- Left = 46
- Top = 19
- Width = 175
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cmbFontNameChange
- end
- object cmbFontSize: TComboBox
- Left = 271
- Top = 19
- Width = 88
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = cmbFontSizeChange
- end
- object Panel2: TPanel
- Left = 199
- Top = 48
- Width = 22
- Height = 19
- BevelInner = bvLowered
- BorderWidth = 2
- TabOrder = 2
- object lblEditorTextColour: TLabel
- Left = 4
- Top = 4
- Width = 13
- Height = 11
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- OnClick = lblEditorTextColourClick
- end
- end
- object Panel4: TPanel
- Left = 337
- Top = 48
- Width = 22
- Height = 19
- BevelInner = bvLowered
- BorderWidth = 2
- TabOrder = 3
- object lblEditorBackColour: TLabel
- Left = 4
- Top = 4
- Width = 13
- Height = 11
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- OnClick = lblEditorBackColourClick
- end
- end
- end
- end
- object tabDirectories: TTabSheet
- Caption = 'Directories'
- TabVisible = False
- object Label38: TLabel
- Left = 5
- Top = 23
- Width = 369
- Height = 28
- AutoSize = False
- Caption =
- 'These options configure the directories HotDog defaults to when ' +
- 'performing file related operations.'
- WordWrap = True
- end
- object GradPanel1: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label16: TLabel
- Left = 8
- Top = 5
- Width = 61
- Height = 14
- Caption = 'Directories'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object GroupBox5: TGroupBox
- Left = 3
- Top = 70
- Width = 380
- Height = 241
- TabOrder = 0
- object SpeedButton6: TSpeedButton
- Left = 129
- Top = 212
- Width = 21
- Height = 21
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 04000000000080000000120B0000120B00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77777000000000007777700333333333077770B033333333307770FB03333333
- 330770BFB0333333333070FBFB000000000070BFBFBFBFB0777770FBFBFBFBF0
- 777770BFB0000000777777000777777770007777777777777700777777777077
- 7070777777777700077777777777777777777777777777777777}
- Visible = False
- OnClick = SpeedButton6Click
- end
- object spdPublished: TSpeedButton
- Left = 347
- Top = 175
- Width = 22
- Height = 21
- OnClick = spdPublishedClick
- end
- object spdImages: TSpeedButton
- Left = 347
- Top = 127
- Width = 22
- Height = 21
- OnClick = spdImagesClick
- end
- object spdTemplates: TSpeedButton
- Left = 347
- Top = 79
- Width = 22
- Height = 21
- OnClick = spdTemplatesClick
- end
- object spdDocuments: TSpeedButton
- Left = 347
- Top = 31
- Width = 22
- Height = 21
- OnClick = spdDocumentsClick
- end
- object Label10: TLabel
- Left = 7
- Top = 212
- Width = 89
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Autosave Files:'
- Visible = False
- end
- object Label9: TLabel
- Left = 2
- Top = 178
- Width = 89
- Height = 14
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Published Files:'
- end
- object Label7: TLabel
- Left = 2
- Top = 130
- Width = 89
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Graphic Images:'
- FocusControl = txtGraphics
- end
- object Label6: TLabel
- Left = 2
- Top = 83
- Width = 89
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Templates:'
- FocusControl = txtTemplates
- end
- object Label5: TLabel
- Left = 2
- Top = 35
- Width = 89
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Documents:'
- FocusControl = txtDocuments
- end
- object txtDocuments: TEdit
- Left = 94
- Top = 31
- Width = 252
- Height = 21
- TabOrder = 0
- end
- object txtTemplates: TEdit
- Left = 94
- Top = 79
- Width = 252
- Height = 21
- TabOrder = 1
- end
- object txtGraphics: TEdit
- Left = 94
- Top = 127
- Width = 252
- Height = 21
- TabOrder = 2
- end
- object txtPublished: TEdit
- Left = 94
- Top = 175
- Width = 252
- Height = 21
- TabOrder = 3
- end
- object txtAutosave: TEdit
- Left = 16
- Top = 209
- Width = 252
- Height = 21
- TabOrder = 4
- Visible = False
- end
- end
- end
- object tabDictionary: TTabSheet
- HelpContext = 255
- Caption = 'Dictionary'
- TabVisible = False
- object GradPanel2: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label17: TLabel
- Left = 8
- Top = 5
- Width = 65
- Height = 14
- Caption = 'Dictionaries'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label52: TLabel
- Left = 5
- Top = 23
- Width = 374
- Height = 34
- AutoSize = False
- Caption =
- 'Here you can set which Dictionaries you want the Spell Checker t' +
- 'o use. Any changes you make will take effect next time HotDog lo' +
- 'ads.'
- WordWrap = True
- end
- object GroupBox12: TGroupBox
- Left = 3
- Top = 70
- Width = 380
- Height = 240
- TabOrder = 0
- object chkDictionary: TCheckListBox
- Left = 9
- Top = 18
- Width = 362
- Height = 212
- ItemHeight = 13
- TabOrder = 0
- end
- end
- end
- object tabReplace: TTabSheet
- TabVisible = False
- object Label40: TLabel
- Left = 5
- Top = 23
- Width = 378
- Height = 44
- AutoSize = False
- Caption =
- 'Enter text to be replaced when documents are published. This opt' +
- 'ion is useful for exchanging local file references for remote re' +
- 'ferences. You can then view files locally with correct links, an' +
- 'd upload to your server with correct links.'
- WordWrap = True
- end
- object GradPanel3: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label19: TLabel
- Left = 8
- Top = 5
- Width = 137
- Height = 14
- Caption = 'Publishing - AutoReplace'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object GroupBox11: TGroupBox
- Left = 3
- Top = 70
- Width = 380
- Height = 240
- TabOrder = 0
- object Label13: TLabel
- Left = 14
- Top = 18
- Width = 42
- Height = 14
- Caption = '&Replace:'
- FocusControl = txtReplace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- end
- object Label14: TLabel
- Left = 182
- Top = 19
- Width = 27
- Height = 14
- Caption = ' &With:'
- FocusControl = txtWith
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- end
- object txtReplace: TEdit
- Left = 11
- Top = 36
- Width = 167
- Height = 21
- TabOrder = 0
- OnChange = txtReplaceChange
- end
- object txtWith: TEdit
- Left = 182
- Top = 37
- Width = 167
- Height = 21
- TabOrder = 1
- OnChange = txtWithChange
- end
- object butPubAdd: TButton
- Left = 207
- Top = 208
- Width = 75
- Height = 25
- HelpContext = 418
- Caption = '&Add'
- Enabled = False
- TabOrder = 3
- OnClick = butPubAddClick
- end
- object butPubDel: TButton
- Left = 293
- Top = 208
- Width = 75
- Height = 25
- HelpContext = 419
- Caption = '&Delete'
- Enabled = False
- TabOrder = 4
- OnClick = butPubDelClick
- end
- object stgPublish: TSortGrid
- Left = 12
- Top = 65
- Width = 354
- Height = 136
- ColCount = 2
- DefaultColWidth = 166
- DefaultRowHeight = 22
- FixedCols = 0
- RowCount = 6
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
- ScrollBars = ssVertical
- TabOrder = 2
- OnSelectCell = stgPublishSelectCell
- ClickSorting = False
- end
- end
- end
- object tabPublishing: TTabSheet
- Caption = 'Publishing'
- TabVisible = False
- object Label20: TLabel
- Left = 5
- Top = 23
- Width = 378
- Height = 33
- AutoSize = False
- Caption =
- 'These options set how HotDog will effect your documents when you' +
- ' choose the general publish option.'
- WordWrap = True
- end
- object GradPanel4: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label22: TLabel
- Left = 8
- Top = 5
- Width = 58
- Height = 14
- Hint = '8'
- Caption = 'Publishing'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object GroupBox4: TGroupBox
- Left = 2
- Top = 70
- Width = 380
- Height = 240
- TabOrder = 0
- object chkRemoveCR: TCheckBox
- Left = 8
- Top = 100
- Width = 265
- Height = 18
- Caption = '&Remove all &carriage returns'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object chkConvertExt: TCheckBox
- Left = 8
- Top = 72
- Width = 265
- Height = 18
- Caption = 'Convert e&xtended characters to HTML codes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object chkReplaceSlash: TCheckBox
- Left = 8
- Top = 43
- Width = 265
- Height = 17
- Caption = 'Replace '#39'\'#39' with '#39'/'#39' in &file names'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object radTagCase: TRadioGroup
- Left = 8
- Top = 125
- Width = 180
- Height = 105
- Caption = 'Tag Case'
- ItemIndex = 0
- Items.Strings = (
- '&Ignore'
- 'U&pper Case'
- '&Lower Case')
- TabOrder = 4
- end
- object radFileFormat: TRadioGroup
- Left = 192
- Top = 125
- Width = 180
- Height = 105
- Caption = 'File Format'
- ItemIndex = 0
- Items.Strings = (
- '&Win (CRLF)'
- '&Unix (LF)'
- '&Mac/Amiga (CR)')
- TabOrder = 5
- end
- object chkPubDir: TCheckBox
- Left = 8
- Top = 16
- Width = 264
- Height = 17
- Caption = 'Publish to &Directory'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- end
- end
- object tabRover: TTabSheet
- Caption = 'tabRover'
- TabVisible = False
- object Label37: TLabel
- Left = 5
- Top = 23
- Width = 378
- Height = 20
- AutoSize = False
- Caption = 'These options configure HotDog'#39's internal HTML preview window.'
- WordWrap = True
- end
- object GradPanel5: TGradPanel
- Left = 3
- Top = 4
- Width = 378
- Height = 15
- end
- object Label23: TLabel
- Left = 8
- Top = 5
- Width = 36
- Height = 14
- Caption = 'ROVER'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label73: TLabel
- Left = 6
- Top = 40
- Width = 379
- Height = 33
- AutoSize = False
- Caption =
- 'Please Note: Certain system configurations experience instabilit' +
- 'y when Internet Explorer is embedded within another application ' +
- 'such as HotDog.'
- WordWrap = True
- end
- object grpRover: TGroupBox
- Left = 3
- Top = 75
- Width = 380
- Height = 238
- TabOrder = 0
- object Label4: TLabel
- Left = 189
- Top = 185
- Width = 109
- Height = 13
- Caption = 'seconds (maximum 60)'
- FocusControl = numRoverRefresh
- end
- object KB: TLabel
- Left = 362
- Top = 210
- Width = 12
- Height = 13
- Caption = 'KB'
- Enabled = False
- end
- object Label53: TLabel
- Left = 8
- Top = 46
- Width = 357
- Height = 13
- Caption =
- 'Changes to the above options will not take effect until HotDog i' +
- 's restarted'
- end
- object Label55: TLabel
- Left = 27
- Top = 24
- Width = 18
- Height = 13
- Caption = 'Use'
- end
- object Label72: TLabel
- Left = 207
- Top = 24
- Width = 48
- Height = 13
- Caption = 'as ROVER'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 67
- Width = 358
- Height = 2
- end
- object Bevel2: TBevel
- Left = 8
- Top = 124
- Width = 358
- Height = 2
- end
- object chkRoverRefresh: TCheckBox
- Left = 9
- Top = 184
- Width = 140
- Height = 17
- Caption = 'Refresh ROVER &after'
- TabOrder = 0
- OnClick = chkRoverRefreshClick
- end
- object chkRoverSave: TCheckBox
- Left = 9
- Top = 158
- Width = 217
- Height = 17
- Caption = 'Refresh ROVER when &saving document'
- TabOrder = 2
- end
- object chkInsert: TCheckBox
- Left = 9
- Top = 134
- Width = 217
- Height = 17
- Caption = 'Refresh ROVER after inserting &tags'
- TabOrder = 3
- end
- object chkSize: TCheckBox
- Left = 9
- Top = 210
- Width = 274
- Height = 17
- Caption = '&Disable automatic ROVER refresh for documents over '
- TabOrder = 4
- OnClick = chkSizeClick
- end
- object spinSize: TSpinEdit
- Left = 287
- Top = 207
- Width = 70
- Height = 22
- Enabled = False
- MaxValue = 1000000
- MinValue = 1
- TabOrder = 5
- Value = 1
- end
- object numRoverRefresh: TSpinEdit
- Left = 132
- Top = 181
- Width = 52
- Height = 22
- Enabled = False
- MaxValue = 60
- MinValue = 3
- TabOrder = 1
- Value = 3
- OnChange = numRoverRefreshChange
- end
- object chkRover: TCheckBox
- Left = 9
- Top = 74
- Width = 162
- Height = 19
- Caption = 'ROVER &Activated on Startup'
- TabOrder = 6
- end
- object chkRoverRuler: TCheckBox
- Left = 9
- Top = 102
- Width = 136
- Height = 13
- Caption = 'Display &Ruler by default'
- TabOrder = 7
- end
- object cmbIE: TComboBox
- Left = 51
- Top = 20
- Width = 150
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- end
- end
- object chkLowMem: TCheckBox
- Left = 12
- Top = 73
- Width = 105
- Height = 20
- Caption = 'ROVER is &enabled'
- TabOrder = 1
- OnClick = chkLowMemClick
- end
- end
- object tabBrowsers: TTabSheet
- Caption = 'tabBrowsers'
- TabVisible = False
- object Label26: TLabel
- Left = 5
- Top = 23
- Width = 378
- Height = 32
- AutoSize = False
- Caption =
- 'Select the browsers to choose from when externally previewing a ' +
- 'document with HotDog. If you only choose one it will be used aut' +
- 'omatically.'
- WordWrap = True
- end
- object GradPanel6: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label24: TLabel
- Left = 8
- Top = 5
- Width = 55
- Height = 14
- Caption = 'Browsers'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object GroupBox7: TGroupBox
- Left = 3
- Top = 149
- Width = 381
- Height = 166
- TabOrder = 1
- object butAdd: TButton
- Left = 294
- Top = 22
- Width = 75
- Height = 25
- Caption = '&Add'
- TabOrder = 1
- OnClick = butAddClick
- end
- object butEdit: TButton
- Left = 294
- Top = 48
- Width = 75
- Height = 25
- Caption = '&Edit'
- TabOrder = 2
- OnClick = butEditClick
- end
- object butDelete: TButton
- Left = 294
- Top = 76
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 3
- OnClick = butDeleteClick
- end
- object lvBrowsers: TListView
- Left = 8
- Top = 17
- Width = 278
- Height = 138
- Columns = <
- item
- Caption = 'Web Browser'
- Width = 274
- end>
- ColumnClick = False
- HideSelection = False
- HotTrackStyles = []
- IconOptions.Arrangement = iaLeft
- IconOptions.AutoArrange = True
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- end
- object grpSearch: TGroupBox
- Left = 3
- Top = 75
- Width = 380
- Height = 72
- TabOrder = 0
- object Label15: TLabel
- Left = 17
- Top = 17
- Width = 208
- Height = 43
- AutoSize = False
- Caption =
- 'HotDog can search your computer for any browsers you have instal' +
- 'led and automatically insert them for you.'
- WordWrap = True
- end
- object butSearch: TSpeedButton
- Left = 311
- Top = 23
- Width = 35
- Height = 35
- Glyph.Data = {
- 16020000424D160200000000000076000000280000001C0000001A0000000100
- 040000000000A0010000120B0000120B00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777777000077777777777777777777777777777777777777777777
- 7777777777777777777777777777777777777777777777777777777777888877
- 7777778888777777777777777000088777777000088777777777777770070087
- 7777700700877777777777777007008777777007008777777777777770000087
- 7777700000877777777777777000008888888000008777777777777770000000
- 0000000000877777777777777007000000700000008777777777777770070000
- 0070000000877777777777777007000000700000008777777777777770000000
- 0000000000877777777777777000000000000000007777777777777777700000
- 0700000077777777777777777777000877770008777777777777777777770008
- 7777000877777777777777777777000877770008777777777777777777770008
- 7777000877777777777777777777000777770007777777777777777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 7777777777777777777777777777777777777777777777777777}
- OnClick = butSearchClick
- end
- end
- end
- object tabEditor: TTabSheet
- Caption = 'tabEditor'
- TabVisible = False
- object Label31: TLabel
- Left = 5
- Top = 23
- Width = 382
- Height = 45
- AutoSize = False
- Caption =
- 'These options set default preferences for the document editing w' +
- 'indow. Note that any options you toggle on the document window i' +
- 'tself will only apply to the current document.'
- WordWrap = True
- end
- object GradPanel7: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label25: TLabel
- Left = 8
- Top = 5
- Width = 84
- Height = 14
- Caption = 'Editing Window'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object GroupBox8: TGroupBox
- Left = 3
- Top = 75
- Width = 380
- Height = 162
- TabOrder = 0
- object Label27: TLabel
- Left = 293
- Top = 220
- Width = 54
- Height = 13
- Caption = 'Indent Si&ze'
- FocusControl = spinIndent
- Visible = False
- end
- object Label28: TLabel
- Left = 196
- Top = 45
- Width = 57
- Height = 13
- Caption = 'Print &Margin'
- FocusControl = spinRightM
- end
- object Label30: TLabel
- Left = 276
- Top = 213
- Width = 98
- Height = 13
- Caption = 'Maximum Columns'
- FocusControl = spinColMax
- Visible = False
- end
- object Label8: TLabel
- Left = 195
- Top = 17
- Width = 40
- Height = 13
- Caption = '&Tab Size'
- FocusControl = spinTabSize
- end
- object chkDragEdit: TCheckBox
- Left = 10
- Top = 15
- Width = 145
- Height = 17
- Caption = '&Drag '#39'n'#39' Drop Text Editing'
- TabOrder = 0
- end
- object chkFields: TCheckBox
- Left = 9
- Top = 74
- Width = 145
- Height = 17
- Caption = 'Show Hidden &Fields'
- TabOrder = 1
- end
- object spinIndent: TSpinEdit
- Left = 290
- Top = 210
- Width = 70
- Height = 22
- MaxValue = 100
- MinValue = 1
- TabOrder = 10
- Value = 1
- Visible = False
- end
- object spinRightM: TSpinEdit
- Left = 257
- Top = 41
- Width = 70
- Height = 22
- MaxValue = 4096
- MinValue = 20
- TabOrder = 7
- Value = 20
- end
- object spinColMax: TSpinEdit
- Left = 298
- Top = 207
- Width = 70
- Height = 22
- MaxValue = 4096
- MinValue = 1
- TabOrder = 9
- Value = 1
- Visible = False
- end
- object chkSmooth: TCheckBox
- Left = 195
- Top = 104
- Width = 145
- Height = 17
- Caption = '&Smooth Scrolling'
- TabOrder = 8
- end
- object chkIndent: TCheckBox
- Left = 9
- Top = 104
- Width = 98
- Height = 17
- Caption = 'Auto &Indent'
- TabOrder = 2
- end
- object chkRightM: TCheckBox
- Left = 195
- Top = 74
- Width = 145
- Height = 15
- Caption = 'Show &Print Margin'
- TabOrder = 4
- OnClick = chkRightMClick
- end
- object chkWordWrap: TCheckBox
- Left = 9
- Top = 134
- Width = 83
- Height = 17
- Caption = '&Word Wrap'
- TabOrder = 3
- end
- object spinTabSize: TSpinEdit
- Left = 257
- Top = 14
- Width = 70
- Height = 22
- MaxValue = 100
- MinValue = 1
- TabOrder = 6
- Value = 1
- end
- object chkMaxDoc: TCheckBox
- Left = 195
- Top = 134
- Width = 163
- Height = 15
- Caption = ' &Open Documents Maximized'
- TabOrder = 5
- end
- object chkPContainer: TCheckBox
- Left = 10
- Top = 43
- Width = 139
- Height = 17
- Caption = 'Insert <&P> as container'
- TabOrder = 11
- end
- end
- object GroupBox1: TGroupBox
- Left = 3
- Top = 250
- Width = 380
- Height = 71
- TabOrder = 1
- object Label39: TLabel
- Left = 304
- Top = 29
- Width = 64
- Height = 13
- Caption = 'Line Numbers'
- end
- object chkLineGutter: TCheckBox
- Left = 195
- Top = 30
- Width = 47
- Height = 13
- Caption = 'Show'
- TabOrder = 0
- end
- object cmbLineNumbers: TComboBox
- Left = 246
- Top = 25
- Width = 49
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '1'
- '2'
- '3'
- '4')
- TabOrder = 1
- end
- object chkImageGutter: TCheckBox
- Left = 8
- Top = 30
- Width = 83
- Height = 17
- Caption = 'Show Paws'
- TabOrder = 2
- end
- end
- object chkGutter: TCheckBox
- Left = 11
- Top = 250
- Width = 83
- Height = 17
- Caption = 'Show &Gutter'
- TabOrder = 2
- end
- end
- object tabHTMLEdit: TTabSheet
- Caption = 'tabHTMLEdit'
- TabVisible = False
- object Label33: TLabel
- Left = 5
- Top = 23
- Width = 383
- Height = 25
- AutoSize = False
- Caption =
- 'These options set HTML related preferences for the document edit' +
- 'ing window.'
- WordWrap = True
- end
- object GradPanel8: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label32: TLabel
- Left = 8
- Top = 5
- Width = 171
- Height = 14
- Caption = 'Editing Window - HTML Specific'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object GroupBox9: TGroupBox
- Left = 3
- Top = 75
- Width = 380
- Height = 240
- TabOrder = 0
- object chkHighLight: TCheckBox
- Left = 11
- Top = 16
- Width = 117
- Height = 17
- Caption = '&Syntax Highlighting'
- TabOrder = 0
- OnClick = chkHighLightClick
- end
- object chkTagColour: TCheckBox
- Left = 11
- Top = 44
- Width = 102
- Height = 17
- Caption = '&Tag Coloring'
- TabOrder = 1
- OnClick = chkTagColourClick
- end
- object chkErrorTips: TCheckBox
- Left = 11
- Top = 72
- Width = 93
- Height = 17
- Caption = '&Error Tooltips'
- TabOrder = 2
- end
- object chkCoolTips: TCheckBox
- Left = 11
- Top = 100
- Width = 95
- Height = 17
- Caption = '&HTML Tooltips'
- TabOrder = 3
- end
- object chkImageTips: TCheckBox
- Left = 11
- Top = 128
- Width = 113
- Height = 17
- Caption = 'Ima&ges as Tooltips'
- TabOrder = 4
- end
- object chkColorTips: TCheckBox
- Left = 11
- Top = 156
- Width = 114
- Height = 17
- Caption = 'Colors as Tooltips'
- TabOrder = 5
- end
- object chkEM: TCheckBox
- Left = 11
- Top = 184
- Width = 205
- Height = 17
- Caption = 'Use Emphasis Tag instead of Italic Tag'
- TabOrder = 6
- end
- object chkStrong: TCheckBox
- Left = 11
- Top = 212
- Width = 203
- Height = 17
- Caption = 'Use Strong Tag instead of Bold Tag'
- TabOrder = 7
- end
- end
- end
- object tabSyntaxColors: TTabSheet
- Caption = 'tabSyntaxColors'
- TabVisible = False
- object GradPanel13: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label47: TLabel
- Left = 8
- Top = 5
- Width = 170
- Height = 14
- Caption = 'Editing Window - Syntax Colors'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label51: TLabel
- Left = 5
- Top = 23
- Width = 380
- Height = 30
- AutoSize = False
- Caption =
- 'This screen allows you to change how different text elements wil' +
- 'l appear when Syntax Highlighting is selected.'
- WordWrap = True
- end
- object GroupBox14: TGroupBox
- Left = 3
- Top = 70
- Width = 380
- Height = 71
- Caption = 'Attributes'
- TabOrder = 0
- object Label48: TLabel
- Left = 26
- Top = 20
- Width = 45
- Height = 13
- Caption = '&Element: '
- FocusControl = cmbSyntaxElement
- end
- object lblSyntaxTextColour: TLabel
- Left = 115
- Top = 48
- Width = 54
- Height = 13
- Caption = '&Text Color:'
- end
- object lblSyntaxBackColour: TLabel
- Left = 228
- Top = 47
- Width = 88
- Height = 13
- Caption = '&Background Color:'
- end
- object btnBold: TSpeedButton
- Left = 266
- Top = 16
- Width = 25
- Height = 22
- AllowAllUp = True
- GroupIndex = 1
- OnClick = btnBoldClick
- end
- object btnItalic: TSpeedButton
- Left = 292
- Top = 16
- Width = 25
- Height = 22
- AllowAllUp = True
- GroupIndex = 2
- OnClick = btnItalicClick
- end
- object btnUnderline: TSpeedButton
- Left = 318
- Top = 16
- Width = 25
- Height = 22
- AllowAllUp = True
- GroupIndex = 3
- OnClick = btnUnderlineClick
- end
- object cmbSyntaxElement: TComboBox
- Left = 72
- Top = 16
- Width = 125
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnClick = cmbSyntaxElementClick
- end
- object panTextAppearance: TPanel
- Left = 175
- Top = 46
- Width = 22
- Height = 19
- BevelInner = bvLowered
- BorderWidth = 2
- TabOrder = 1
- object lblTextColour: TLabel
- Left = 4
- Top = 4
- Width = 13
- Height = 10
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- OnClick = lblTextColourClick
- end
- end
- object panBackAppearance: TPanel
- Left = 321
- Top = 44
- Width = 22
- Height = 19
- BevelInner = bvLowered
- BorderWidth = 2
- TabOrder = 2
- object lblBackColour: TLabel
- Left = 4
- Top = 4
- Width = 13
- Height = 11
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- OnClick = lblBackColourClick
- end
- end
- end
- object GroupBox15: TGroupBox
- Left = 3
- Top = 144
- Width = 380
- Height = 165
- Caption = 'Sample'
- TabOrder = 1
- object htmlSample: THTMLEditView
- Left = 9
- Top = 20
- Width = 363
- Height = 136
- ParentColor = False
- TabOrder = 0
- OnMouseUp = htmlSampleMouseUp
- ControlData = {
- 00000100842500000E0E0000E10000000F0000800000010100000352E30B918F
- CE119DE300AA004BB851010000009001905F0100084669786564737973FF0003
- 52E30B918FCE119DE300AA004BB851010000009001C0D401000F54696D657320
- 4E657720526F6D616EEA0A2B0201000500980348EC48EC48EC48EC0004000000}
- end
- end
- end
- object tabFilters: TTabSheet
- Caption = 'tabFilters'
- TabVisible = False
- object GradPanel9: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label41: TLabel
- Left = 8
- Top = 5
- Width = 110
- Height = 14
- Caption = 'General - File Filters'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label49: TLabel
- Left = 5
- Top = 23
- Width = 376
- Height = 29
- AutoSize = False
- Caption =
- 'HotDog allows you to customize your File Filters. These filters ' +
- 'can be applied to Local Files, Internet Files and WebSite file l' +
- 'ists.'
- WordWrap = True
- end
- object GroupBox10: TGroupBox
- Left = 8
- Top = 70
- Width = 375
- Height = 259
- TabOrder = 0
- object Label50: TLabel
- Left = 11
- Top = 13
- Width = 339
- Height = 26
- Caption =
- 'Each File Filter can contain many File Types. Use the File Types' +
- ' box to Add or Remove File Types to the currently selected File ' +
- 'Filter.'
- WordWrap = True
- end
- object Label58: TLabel
- Left = 16
- Top = 64
- Width = 76
- Height = 13
- Caption = 'Current Filters :'
- end
- object GroupBox13: TGroupBox
- Left = 184
- Top = 48
- Width = 181
- Height = 193
- Caption = 'File Types in Current Filter'
- TabOrder = 3
- object Label57: TLabel
- Left = 16
- Top = 19
- Width = 87
- Height = 13
- Caption = 'Filter Description :'
- end
- object Label59: TLabel
- Left = 67
- Top = 66
- Width = 86
- Height = 13
- Caption = 'Filter Extensions :'
- end
- object spdExtAdd: TSpeedButton
- Left = 16
- Top = 160
- Width = 75
- Height = 25
- Caption = 'A&dd'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- OnClick = spdExtAddClick
- end
- object spdExtRemove: TSpeedButton
- Left = 92
- Top = 160
- Width = 75
- Height = 25
- Caption = 'Re&move'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- OnClick = spdExtRemoveClick
- end
- object txtFilterDesc: TEdit
- Left = 16
- Top = 34
- Width = 149
- Height = 21
- TabOrder = 0
- OnKeyUp = txtFilterDescKeyUp
- end
- object lbFilterExt: TListBox
- Left = 16
- Top = 60
- Width = 150
- Height = 95
- ItemHeight = 13
- TabOrder = 1
- end
- end
- object butAddFilter: TButton
- Left = 10
- Top = 209
- Width = 75
- Height = 25
- Caption = '&Add'
- TabOrder = 1
- OnClick = butAddFilterClick
- end
- object butRemoveFilter: TButton
- Left = 86
- Top = 209
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 2
- OnClick = butRemoveFilterClick
- end
- object lbFilters: TListBox
- Left = 11
- Top = 81
- Width = 149
- Height = 124
- ItemHeight = 13
- TabOrder = 0
- OnClick = lbFiltersClick
- end
- end
- end
- object tabCodeCompletion: TTabSheet
- Caption = 'tabCodeCompletion'
- TabVisible = False
- object GradPanel14: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label60: TLabel
- Left = 8
- Top = 5
- Width = 190
- Height = 14
- Caption = 'Editing Window - Code Completion'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label61: TLabel
- Left = 5
- Top = 23
- Width = 378
- Height = 16
- AutoSize = False
- Caption =
- 'These options allow you to set how you wish Code Completion to b' +
- 'e activated.'
- WordWrap = True
- end
- object groupCodeCompletion: TGroupBox
- Left = 8
- Top = 62
- Width = 375
- Height = 259
- Caption = ' '
- TabOrder = 0
- object Label62: TLabel
- Left = 9
- Top = 24
- Width = 131
- Height = 13
- Caption = 'Type of Code Completion : '
- end
- object Label64: TLabel
- Left = 285
- Top = 214
- Width = 55
- Height = 13
- Caption = 'Milliseconds'
- end
- object Label65: TLabel
- Left = 30
- Top = 64
- Width = 311
- Height = 13
- Caption =
- ' Code completion will only activate when Ctrl + Space is pressed' +
- '.'
- end
- object Label66: TLabel
- Left = 30
- Top = 110
- Width = 329
- Height = 13
- Caption =
- ' Code completion will also activate when an open tag '#39'< '#39' is en' +
- 'tered.'
- end
- object Label67: TLabel
- Left = 32
- Top = 154
- Width = 327
- Height = 26
- Caption =
- 'Code completion will automatically be activated after a set dela' +
- 'y, if the cursor is inside a Tag'
- WordWrap = True
- end
- object Label63: TLabel
- Left = 31
- Top = 190
- Width = 95
- Height = 13
- Caption = 'Active Delay Time : '
- end
- object Label68: TLabel
- Left = 64
- Top = 240
- Width = 18
- Height = 13
- Caption = '500'
- end
- object Label69: TLabel
- Left = 259
- Top = 240
- Width = 24
- Height = 13
- Caption = '5000'
- end
- object radPassiveCode: TRadioButton
- Left = 22
- Top = 44
- Width = 57
- Height = 17
- Caption = 'Passive'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object radTagCode: TRadioButton
- Left = 22
- Top = 88
- Width = 75
- Height = 17
- Caption = 'Tag Active'
- TabOrder = 1
- end
- object radActiveCode: TRadioButton
- Left = 22
- Top = 132
- Width = 52
- Height = 17
- Caption = 'Active'
- TabOrder = 2
- end
- object trackCode: TTrackBar
- Left = 61
- Top = 208
- Width = 223
- Height = 29
- Max = 5000
- Min = 500
- Orientation = trHorizontal
- ParentShowHint = False
- PageSize = 500
- Frequency = 500
- Position = 1000
- SelEnd = 0
- SelStart = 0
- ShowHint = True
- TabOrder = 3
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = trackCodeChange
- end
- end
- object chkCodeCompletion: TCheckBox
- Left = 21
- Top = 60
- Width = 139
- Height = 17
- Caption = 'Enable Code Completion'
- TabOrder = 1
- OnClick = chkCodeCompletionClick
- end
- object chkCloseTag: TCheckBox
- Left = 21
- Top = 41
- Width = 148
- Height = 17
- Caption = '&Automatically Close Tags'
- TabOrder = 2
- end
- end
- object tabEnvironment: TTabSheet
- Caption = 'tabEnvironment'
- ImageIndex = 14
- TabVisible = False
- object GradPanel15: TGradPanel
- Left = 5
- Top = 4
- Width = 378
- Height = 15
- end
- object Label70: TLabel
- Left = 8
- Top = 5
- Width = 172
- Height = 14
- Caption = 'General - Environment Settings'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label71: TLabel
- Left = 5
- Top = 23
- Width = 375
- Height = 30
- AutoSize = False
- Caption =
- 'These options set the environment settings for HotDog. If you ch' +
- 'oose to use a background image but do not specify one, a default' +
- ' image will be used. '
- WordWrap = True
- end
- object GroupBox17: TGroupBox
- Left = 8
- Top = 62
- Width = 370
- Height = 257
- TabOrder = 0
- object spdBackgroundImage: TSpeedButton
- Tag = 56
- Left = 293
- Top = 217
- Width = 21
- Height = 21
- OnClick = spdBackgroundImageClick
- end
- object btnSpeed: TSpeedButton
- Left = 119
- Top = 18
- Width = 19
- Height = 17
- Glyph.Data = {
- 16050000424D16050000000000003604000028000000100000000E0000000100
- 080000000000E0000000120B0000120B00001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
- 0707070707070707070707070707070707070707070707070707070800000807
- 0707070707070707070707000000000007070800000807070707070000000000
- 0707000000000007070707080000080007070000000000070707070707070700
- 0707080000080007070707070707070007070707070700070707070707070700
- 0707070707070007070707070707070007070707070700070707070707070700
- 0000080707070007070707070707070707080000000000070707070707070707
- 0707070707070707070707070707070707070707070707070707}
- OnClick = btnSpeedClick
- end
- object chkBackgroundColor: TCheckBox
- Left = 11
- Top = 91
- Width = 137
- Height = 17
- Caption = 'Use Background Color'
- TabOrder = 0
- OnClick = chkBackgroundColorClick
- end
- object colorBackground: TBKColorGrid
- Left = 72
- Top = 117
- Width = 240
- Height = 52
- GridOrdering = go8x2
- ForegroundIndex = 8
- BackgroundText = 'BG'
- BackgroundEnabled = False
- ForegroundText = 'BG'
- TabOrder = 1
- end
- object chkBackgroundImage: TCheckBox
- Left = 11
- Top = 190
- Width = 138
- Height = 17
- Caption = 'Use Background Image'
- TabOrder = 2
- OnClick = chkBackgroundImageClick
- end
- object editBackgroundImage: TEdit
- Left = 72
- Top = 217
- Width = 220
- Height = 21
- TabOrder = 3
- end
- object chkSoundEffects: TCheckBox
- Left = 11
- Top = 19
- Width = 107
- Height = 17
- Caption = 'HotDog Sound F&X'
- TabOrder = 4
- end
- object chkCursor: TCheckBox
- Left = 11
- Top = 55
- Width = 143
- Height = 17
- Caption = 'Animated Waiting Cursor'
- TabOrder = 5
- end
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 331
- Width = 556
- Height = 36
- Align = alBottom
- TabOrder = 1
- object btnHelp: TButton
- Left = 6
- Top = 5
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 0
- OnClick = btnHelpClick
- end
- object butOK: TButton
- Left = 380
- Top = 5
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object butCancel: TButton
- Left = 460
- Top = 5
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 161
- Height = 331
- Align = alLeft
- BevelInner = bvRaised
- Caption = 'Panel3'
- TabOrder = 2
- object tvOptions: TTreeView
- Left = 4
- Top = 4
- Width = 152
- Height = 323
- HideSelection = False
- Indent = 19
- Items.Data = {
- 07000000200000000000000000000000FFFFFFFFFFFFFFFF0000000002000000
- 0747656E6572616C250000000000000000000000FFFFFFFFFFFFFFFF00000000
- 000000000C46696C652046696C746572732D0000000000000000000000FFFFFF
- FFFFFFFFFF000000000000000014456E7669726F6E6D656E742053657474696E
- 677327000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000050000000E45
- 646974696E672057696E646F7723000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FF00000000000000000A417070656172616E636526000000FFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFF00000000000000000D53796E74617820436F6C6F72732600
- 0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000D48544D4C20
- 537065636966696323000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000
- 000000000A46696C65205479706573280000000000000000000000FFFFFFFFFF
- FFFFFF00000000000000000F436F646520436F6D706C6574696F6E1E000000FF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000005524F564552240000
- 00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000B446972656374
- 6F7269657321000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000
- 000842726F777365727325000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
- 0000000000000C44696374696F6E617269657323000000FFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFF00000000010000000A5075626C697368696E6724000000FFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000B4175746F5265706C61
- 6365}
- ReadOnly = True
- TabOrder = 0
- OnChange = tvOptionsChange
- OnClick = tvOptionsClick
- end
- end
- end
-